home *** CD-ROM | disk | FTP | other *** search
/ Sacred & Secular / Sacred and Secular.iso / pc / movies / shared.dir / 04852_Script__leftswapleftswap.ls < prev    next >
Text File  |  1996-04-03  |  126b  |  8 lines

  1. on mouseDown
  2.   if the doubleclick then
  3.     dontpassevent
  4.   else
  5.     set picsize = 2
  6.     swapPic(0,picsize)
  7.   end if
  8. end